Skip to content

Add fly_overlap, fly_select modes, and document footprint assumptions#11

Merged
NewGraphEnvironment merged 1 commit intomainfrom
issue-8-multi-scale-selection
Mar 5, 2026
Merged

Add fly_overlap, fly_select modes, and document footprint assumptions#11
NewGraphEnvironment merged 1 commit intomainfrom
issue-8-multi-scale-selection

Conversation

@NewGraphEnvironment
Copy link
Owner

Summary

  • fly_select() gains mode param: "minimal" (fewest photos) and "all" (every photo touching AOI)
  • New fly_overlap() for pairwise overlap stats between photo footprints
  • Document 9x9 negative assumption and flat-terrain limitation
  • Simplified vignette with both modes, overlap analysis, and auto-sorted multi-scale workflow
  • 64 tests, 0 errors, 0 warnings on R CMD check

Closes #8
Relates to NewGraphEnvironment/sred-2025-2026#17

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

…#8)

- fly_select() gains mode param: "minimal" (fewest photos, default) and
  "all" (every photo touching AOI)
- New fly_overlap() reports pairwise overlap % between photo footprints
- Document 9x9 negative assumption and flat-terrain limitation in
  fly_footprint(), fly_overlap(), and vignette
- Guard st_area() against empty geometry from full coverage
- Simplify vignette with both modes, overlap analysis, and multi-scale
  workflow that sorts scales finest-first
- 64 tests all passing, 0 errors 0 warnings on R CMD check

Closes #8

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@NewGraphEnvironment NewGraphEnvironment merged commit d754185 into main Mar 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Simplify multi-scale selection with fly_overlap and fly_scales

1 participant